home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / chap02 / howto01 / dddfunit.dfm / dddfunit.txt
Encoding:
Text File  |  1996-03-05  |  1.6 KB  |  89 lines

  1. object DestDDForm: TDestDDForm
  2.   Left = 113
  3.   Top = 136
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Destination Drive and Directory'
  7.   ClientHeight = 273
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 86
  20.     Width = 427
  21.     Height = 187
  22.     BevelInner = bvLowered
  23.     BevelWidth = 3
  24.     BorderWidth = 10
  25.     TabOrder = 0
  26.     object DirectoryListBox1: TDirectoryListBox
  27.       Left = 16
  28.       Top = 16
  29.       Width = 395
  30.       Height = 155
  31.       Align = alClient
  32.       ItemHeight = 16
  33.       TabOrder = 0
  34.       OnChange = DirectoryListBox1Change
  35.     end
  36.   end
  37.   object Panel2: TPanel
  38.     Left = 0
  39.     Top = 0
  40.     Width = 185
  41.     Height = 56
  42.     BevelInner = bvLowered
  43.     BevelWidth = 3
  44.     BorderWidth = 10
  45.     TabOrder = 1
  46.     object DriveComboBox1: TDriveComboBox
  47.       Left = 16
  48.       Top = 16
  49.       Width = 153
  50.       Height = 22
  51.       DirList = DirectoryListBox1
  52.       TabOrder = 0
  53.     end
  54.   end
  55.   object BitBtn1: TBitBtn
  56.     Left = 184
  57.     Top = 0
  58.     Width = 121
  59.     Height = 55
  60.     TabOrder = 2
  61.     Kind = bkOK
  62.   end
  63.   object BitBtn2: TBitBtn
  64.     Left = 304
  65.     Top = 0
  66.     Width = 123
  67.     Height = 55
  68.     TabOrder = 3
  69.     Kind = bkCancel
  70.   end
  71.   object Panel3: TPanel
  72.     Left = 0
  73.     Top = 56
  74.     Width = 429
  75.     Height = 30
  76.     BevelInner = bvLowered
  77.     BevelWidth = 3
  78.     TabOrder = 4
  79.     object Label1: TLabel
  80.       Left = 6
  81.       Top = 6
  82.       Width = 417
  83.       Height = 18
  84.       Align = alClient
  85.       Alignment = taCenter
  86.     end
  87.   end
  88. end
  89.